Method Using(Expression<Func<TFrom, TTo>>)
Set conversion function.
Executed in SQL via CAST/PostgreSQL functions.
IPropertyMigrationBuilder<TProps, TTo> Using(Expression<Func<TFrom, TTo>> converter)
Set conversion function.
Executed in SQL via CAST/PostgreSQL functions.
IPropertyMigrationBuilder<TProps, TTo> Using(Expression<Func<TFrom, TTo>> converter)